home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / game / role / Angband_2_6_2.lha / Angband / src / dungeon.c.diffs < prev    next >
Text File  |  1995-01-06  |  587b  |  36 lines

  1.  
  2.         TO TRANSFORM dungeon.c INTO dungeon.c.orig ...
  3.  
  4. *** DELETE [14,17] FROM dungeon.c ***
  5. <#ifdef AMIGA
  6. <#include <curses.h>
  7. <#endif
  8. <
  9.  
  10. *** CHANGE [511,516] IN dungeon.c TO 507 IN dungeon.c.orig ***
  11. <
  12. <#ifdef AMIGA
  13. <    nodelay(stdscr, TRUE);
  14. <#endif
  15. <
  16. <    /* Check for interrupts to find or rest. */
  17.  
  18. ---------------
  19. >    /* Check for interrupts to find or rest. */
  20.  
  21. *** DELETE 522 FROM dungeon.c ***
  22. <#ifndef AMIGA
  23.  
  24. *** DELETE [524,526] FROM dungeon.c ***
  25. <#else
  26. <        && (getch() != ERR)
  27. <#endif
  28.  
  29. *** DELETE [538,542] FROM dungeon.c ***
  30. <
  31. <#ifdef AMIGA
  32. <    nodelay(stdscr, FALSE);
  33. <#endif
  34. <
  35.  
  36.